Welcome![Sign In][Sign Up]
Location:
Search - The genetic algorithm for TSP

Search list

[Other resourceBack_up_tsp_test

Description: 这是一篇关于遗传算法求解TSP问题的源码,用C++编写,带注释.-This is a genetic algorithm for TSP source code, the C preparation, with the Notes.
Platform: | Size: 13855 | Author: 不知道 | Hits:

[Other resourceTSP GA

Description: C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
Platform: | Size: 8545 | Author: 黄瑞 | Hits:

[Other resourceMATLAB GA TSP

Description: MATLAB版遗传算法解TSP问题-MATLAB version Genetic Algorithm for the Traveling Salesman Problem
Platform: | Size: 1876 | Author: 黄瑞 | Hits:

[AI-NN-PRGA_TSA

Description: 遗传算法解决TSP问题的VC++实现(附带地图)-Genetic Algorithm for the Traveling Salesman Problem VC++ (with map)
Platform: | Size: 1697792 | Author: ntlizheng | Hits:

[AI-NN-PRTSPproblem

Description: 遗传算法解决TSP问题 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?-genetic algorithm known TSP n cities between the distance, must present a salesman traveled this n cities, and each city can only be visited once, Lastly, it also must return to the starting city. How to arrange for him to visit these cities priorities, it can travel routes of the total length of the shortest?
Platform: | Size: 6144 | Author: 王绒花 | Hits:

[CSharpGAtsp(C++)

Description: 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
Platform: | Size: 3072 | Author: 刘艳 | Hits:

[AI-NN-PRTspGA

Description: 遗传算法求解旅行商问题,对48个城市的TSP问题进行计算,求解路径和最优路径-Genetic Algorithm for Traveling Salesman Problem, the 48 city TSP problems, the solution of the path and optimal path
Platform: | Size: 48128 | Author: jsj | Hits:

[matlabMATLAB

Description: 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序 -Feasible point marking the best matching algorithm for the MATLAB code for the minimum cost maximum flow algorithm of the MATLAB program code Hungarian algorithm MATLAB code genetic algorithm to solve TSP problems Matlab procedures for genetic algorithm to solve nonlinear programming problems Matlab procedures
Platform: | Size: 119808 | Author: | Hits:

[AI-NN-PRGATSP

Description: 用遗传算法求解旅行商问题的matlab程序 (详细说明见文本)-Using Genetic Algorithm for Traveling Salesman Problem matlab program (a detailed explanation see the text)
Platform: | Size: 3072 | Author: 清水 | Hits:

[AI-NN-PRyichuan

Description: 使用遗传算法实现TSP问题的c++代码,带有MFC界面-The use of genetic algorithm for TSP problem c++ Code interface with MFC
Platform: | Size: 8256512 | Author: 王文 | Hits:

[AI-NN-PRTSP

Description: 遗传算法解决TSP问题,在vb开发环境中,在网上找的。-Genetic algorithm to solve TSP problems in vb development environment, in the Internet looking for.
Platform: | Size: 1024 | Author: mamg | Hits:

[AI-NN-PRmemetic_for_TSP

Description: TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题 的邻域结构,遗传算法有很好的全局搜索能力,memetic算法把遗传算法和局部优化算法相结合,试验结果证明,能很好地解 决TSP问题。-TSP problem is a classic combinatorial optimization problem. Its solution has a number of local optimization methods and heuristic algorithms, local search methods take full account of the issue of neighborhood structure, genetic algorithm has good ability of global search, memetic algorithm for the genetic algorithm and local optimization algorithm combining test results proved that well positioned to solve the TSP problem.
Platform: | Size: 102400 | Author: 文龙 | Hits:

[matlabchengxu

Description: 遗传算法求解TSP,实现50*50矩阵的最优解问题-Genetic Algorithm for TSP, implementation 50* 50 matrix of the optimal solution of problem
Platform: | Size: 1024 | Author: 张龙 | Hits:

[AI-NN-PRGA_books

Description: 基于遗传算法求解TSP问题书籍论文,上研一的时候做作业的时候搜集的,那里与大家分享-Genetic Algorithm for TSP Based on the issue of paper books, on inquiry, when a collection of homework time, and where to share with you
Platform: | Size: 1421312 | Author: 章鱼 | Hits:

[AI-NN-PRGA-TSP

Description: 用遗传算法求解TSP问题。 假设有一个旅行商人要拜访N个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。TSP问题是一个NPC问题。-Genetic algorithm for TSP. Suppose you have a travel business to visit N cities, he must choose which path to go, limiting the path is to visit each city only once, and the last to return to the original departure city. Select the destination path is to get the path from the minimum value among all paths. TSP problem is an NPC problem.
Platform: | Size: 3072 | Author: 胡玥 | Hits:

[OtherTSP

Description: TSP问题遗传算法C语言代码,能有效解决旅行商问题。-Genetic Algorithm for TSP C language code, can effectively solve the traveling salesman problem.
Platform: | Size: 2048 | Author: 古洁 | Hits:

[matlabgenetic-algorithm-TSP

Description: 介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。-Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.
Platform: | Size: 5120 | Author: 张晓磊 | Hits:

[matlabGenetic-Algorithm

Description: 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法可以解决多种优化问题,如:TSP问题、生产调度问题、轨道优化问题等,在现代优化算法中占据了重要的地位,本例使用遗传算法求解最优解。-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection and genetic mechanism of biological evolution of computational models of biological evolution, the process is a method of searching the optimal solution by simulating natural evolution. Genetic algorithms can solve a variety of optimization problems, such as: TSP problem, production scheduling, track optimization problems in modern optimization algorithms to occupy an important position, in this case the use of genetic algorithm for optimal solutions.
Platform: | Size: 8192 | Author: jiangsiqi | Hits:

[Software EngineeringTSP

Description: 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.
Platform: | Size: 67584 | Author: 薄良娟 | Hits:

[AI-NN-PRtsp_ga

Description: GUI界面全程显示迭代求取过程,改进遗传算法求解TSP问题(GUI interface to display the entire strike iterative process, improved genetic algorithm for TSP)
Platform: | Size: 102400 | Author: 且听风吟_ld | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net